@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, hr {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Microsoft Yahei', Arial;
	font-size: 16px;
	position: relative;
}
ul li {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	outline: none;
	color: #4f4f4f;
	cursor: pointer;
}
img {
	max-width: 100%;
	display: block;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #5c5c5c;
}
p, span {
	color: #444444;
}
.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}
.hiSlider-pages, .hiSlider-title {
	position: absolute;
	z-index: 3
}
.hiSlider-btn-prev, .hiSlider-btn-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	height: 30px;
	width: 30px;
	background: url(../images/hislider-arrow.png) no-repeat;
	margin-top: -15px;
	text-indent: -200px;
	overflow: hidden;
	opacity: .6;
filter:alpha(opacity:60)
}
.hiSlider-btn-prev {
	left: 10px
}
.hiSlider-btn-next {
	right: 10px;
	background-position: -30px 0
}

.hiSlider-title {
	bottom: 0;
	width: 100%;
	padding: 6px 0;
	color: #fff;
	text-indent: 10px;
	z-index: 2;
	font: 14px/2 "Microsoft YaHei", Arial, Tahoma
}
.hiSlider-pages {
	bottom: 10px;
	right: 10px;
	text-align: center;
	width:100%;
}
.hiSlider-pages a {

	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	width: 13px;
	height: 6px;
	background: #fff;
	margin:0 2.5px;
	display: inline-block;
	border-radius: 3px;
}
.hiSlider-pages a.active {
	background: #fa380d
}
.hiSlider-pages ul{
	text-align: center;
	bottom: 17px;
	border-radius: 3px;
	/*background: rgba(255,255,255,0.32);*/
	width: 92px;
	margin: 0 auto;
}
